77a2e82c9cfbe0a00052e22abca143c81b5e5d7d,tests/junit-functional/org/jgroups/tests/Relay2RpcDispatcherTest.java,Relay2RpcDispatcherTest,testNotificationAndRpcRelay2Transit,#,79

Before Change


        assert x.getView().size() == 2;

        RELAY2 ar=(RELAY2)a.getProtocolStack().findProtocol(RELAY2.class);
        RELAY2 xr=(RELAY2)x.getProtocolStack().findProtocol(RELAY2.class);

        assert ar != null && xr != null;

After Change


        assert x.getView().size() == 2;

        RELAY2 ar=a.getProtocolStack().findProtocol(RELAY2.class);
        RELAY2 xr=x.getProtocolStack().findProtocol(RELAY2.class);

        assert ar != null && xr != null;